home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000017_icon-group-sender _Fri Jan 29 17:23:34 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  3KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id RAA20515
  4.     for icon-group-addresses; Fri, 29 Jan 1999 17:23:28 -0700 (MST)
  5. Message-Id: <199901300023.RAA20515@baskerville.CS.Arizona.EDU>
  6. Date: Fri, 29 Jan 1999 18:10:00 -0600
  7. From: "George K. Thiruvathukal" <thiruvathukal@acm.org>
  8. X-Accept-Language: en
  9. To: Gregg Townsend <gmt@optima.CS.Arizona.EDU>
  10. CC: gkt@math.luc.edu, icon-group@optima.CS.Arizona.EDU
  11. Subject: Re: file and directory manipulation
  12. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  13. Status: RO
  14.  
  15. This is a multi-part message in MIME format.
  16. --------------63F982C9BEE3D06D4563F24A
  17. Content-Type: text/plain; charset=us-ascii
  18. Content-Transfer-Encoding: 7bit
  19.  
  20. Hi Gregg,
  21.  
  22. Thanks for your reply.
  23.  
  24. I know how to use the system() call; however, I really do not want the overhead of
  25. the shell for every operation I need to do. I can live with the interpreted nature
  26. of Icon. I'm still awaiting news on Unicon. My thought was to use loadable
  27. functions (or external calls)  to support many of the features I need, since I
  28. have done this before to include DBM support in Icon.
  29.  
  30. Best,
  31. George
  32.  
  33.  
  34. Gregg Townsend wrote:
  35.  
  36. >     From: "George K. Thiruvathukal" <gkt@math.luc.edu>
  37. >
  38. >     Is it possible, other than by using system(...), to perform various file
  39. >     and directory manipulation functions on the Unix platform?...
  40. >
  41. > The usual solution is indeed a call to system().  Chdir is implemented
  42. > in Icon as a special case because it can't be done by calling system().
  43. >
  44. > There is an extended version of Icon ("Unicon") with additional calls; see
  45. >         http://www.drones.com/unicon/
  46. > for details.
  47. >
  48. >    ---------------------------------------------------------------------------
  49. >    Gregg Townsend              Gould-Simpson Building   gmt@cs.arizona.edu
  50. >    Staff Scientist             1040 E. 4th St.          32 13 45N  110 57 16W
  51. >    Dept. of Computer Science   PO Box 210077            tel: +1 520 621 4325
  52. >    The University of Arizona   Tucson, AZ  85721-0077   fax: +1 520 621 4246
  53.  
  54. --------------63F982C9BEE3D06D4563F24A
  55. Content-Type: text/x-vcard; charset=us-ascii;
  56.  name="thiruvathukal.vcf"
  57. Content-Description: Card for George K. Thiruvathukal
  58. Content-Disposition: attachment;
  59.  filename="thiruvathukal.vcf"
  60. Content-Transfer-Encoding: 7bit
  61.  
  62. begin:vcard 
  63. n:Thiruvathukal;George K.
  64. tel;fax:773.508.2123
  65. tel;work:773.508.3447
  66. x-mozilla-html:TRUE
  67. url:http://www.jhpc.org/george
  68. org:Loyola University;Mathematical and Computer Sciences
  69. adr:;;6525 Sheridan Road;Chicago;IL;60613;USA
  70. version:2.1
  71. email;internet:thiruvathukal@acm.org
  72. note:Go Cubs!
  73. fn:George K. Thiruvathukal
  74. end:vcard
  75.  
  76. --------------63F982C9BEE3D06D4563F24A--
  77.  
  78.